projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666c1d8
)
(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Jun 1998 05:03:41 +0000
(
05:03
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Jun 1998 05:03:41 +0000
(
05:03
+0000)
lisp/repeat.el
patch
|
blob
|
history
diff --git
a/lisp/repeat.el
b/lisp/repeat.el
index 69e136c174cbe5d0b29317d45fc503c4017dda97..318b3168fd3a0bd4bf73e519c8962f3ab4fde02f 100644
(file)
--- a/
lisp/repeat.el
+++ b/
lisp/repeat.el
@@
-251,8
+251,7
@@
can be modified by the global variable `repeat-on-final-keystroke'."
(eval repeat-command))
(if (null repeat-arg)
(repeat-message "Repeating command %S" real-last-command)
- (setq repeat-num-input-keys-at-prefix num-input-keys
- current-prefix-arg repeat-arg)
+ (setq current-prefix-arg repeat-arg)
(repeat-message "Repeating command %S %S" repeat-arg real-last-command))
(if (eq real-last-command 'self-insert-command)
(let ((insertion